AmbientLightingConfigOrBuilder

interface AmbientLightingConfigOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getBlue(): Int

Sets the blue LED level. Values are 0-255.
uint32 blue = 5;
Link copied to clipboard
abstract fun getCurrent(): Int

Sets the current for the LED output. Default is 10.
uint32 current = 2;
Link copied to clipboard
abstract fun getGreen(): Int

Sets the green LED level. Values are 0-255.
uint32 green = 4;
Link copied to clipboard
abstract fun getLedState(): Boolean

Sets LED to on or off.
bool led_state = 1;
Link copied to clipboard
abstract fun getRed(): Int

Sets the red LED level. Values are 0-255.
uint32 red = 3;